home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / codekp12.zip / README.TX_ / README.TX
Text File  |  1994-08-29  |  7KB  |  166 lines

  1.                          CODE KEEPER FOR WINDOWS
  2.                                Version 1.2
  3.                         (c) 1994 Bradley S. Murray
  4.                            All Rights Reserved.
  5.  
  6.     Code Keeper stores segments of code with an easy browse and 
  7. retrieval system.  This program is designed around Visual Basic, but 
  8. will work well with any Windows programming language.  
  9.  
  10.     Code Keeper Features MDI, Import/Export, and much more.  A must 
  11. have for programmers of all sorts.
  12.  
  13.     I am amassing a database of code segments for future releases.  
  14. Feel free to send me files dealing with different objects, data types, 
  15. etc. in any programming language.  In the future I could make the 
  16. program import code intelligently in other languages as well.
  17.  
  18.     You can get the most recent version of Code Keeper via ftp at 
  19. pluto.njcc.com in the pub/bmurray directory.  Login as ftp with your 
  20. address as a password.  You may contact me by E-Mail at 
  21. bmurray@pluto.njcc.com.  I would like to hear suggestions for updates 
  22. as well as overall comments.
  23.  
  24. REGISTRATION
  25. ------------
  26.     Code Keeper for Windows is distributed as "shareware."  It is not 
  27. free software. You are being given a chance to use this program for a 
  28. period of thirty (30) days before buying it.  If after this time you 
  29. continue to use Code Keeper, you are expected to register it.  
  30. Registration gives you the right to continue to use this software 
  31. as well as news and discounts on future upgrades.  You are encouraged 
  32. to distribute this software, providing it is distributed in its 
  33. entirety and without charge (except for media and handling, if 
  34. applicable).  I reserve the right to change these restrictions in 
  35. future versions.
  36.  
  37.     If you find this product useful and continue to use Code Keeper 
  38. after thirty days, you are required to register it by making a payment 
  39. of $10 (US) to Princeton Computer Consulting.  Include an extra $3 (US) 
  40. if you would like the latest version mailed to you.  This fee will 
  41. license one copy of Code Keeper for use on any one computer at any one 
  42. time. To register Code Keeper, print out the form called REGISTER.WRI 
  43. using Windows Write and send with your payment to:
  44.  
  45.     Princeton Computer Consulting, Inc.
  46.     20 Lorrie Lane
  47.     PO Box 7345
  48.     Princeton, NJ 08543-7345
  49.  
  50. DISCLAIMER
  51. ----------
  52.     Code Keeper is distributed without warranty, either expressed or 
  53. implied.  No guarantee as to its suitability for a particular task is 
  54. given.  No responsibility is assumed for any consequential loss or 
  55. damages arising from its use.
  56.  
  57. PACKING LIST
  58. ------------
  59. This program is distributed as a ZIP file.  Unzip it to a temporary 
  60. directory or floppy disk and run SETUP.EXE  This will take care of all 
  61. file placement for you.  If SETUP.EXE is not in the zip file, make a 
  62. directory for Code Keeper and put copy all of the files into that 
  63. directory.  See the IMPORTANT note below about where to put the DLL and 
  64. VBX files.
  65.  
  66.     CODEKEEP.EXE    - The Windows executable
  67.     CODEKEEP.HLP    - The Windows Help file
  68.     CODEKEEP.MDB    - The database where code is stored
  69.     README.TXT      - This file
  70.     REGISTER.WRI    - Registration form in Windows Write format
  71.  
  72. IMPORTANT
  73. ---------
  74. You must have the following files:
  75.  
  76.     MSAJT112.DLL
  77.     MSAJT200.DLL
  78.     VBDB300.DLL
  79.     ITSYBTSY.VBX
  80.     THREED.VBX
  81.     VBRUN300.DLL
  82.  
  83. in your Windows\System directory for Code Keeper to work.  If these 
  84. files were not on the distribution disk that you received, they are 
  85. available on Compuserve, America On-Line, or most local bulletin 
  86. boards.  If you are just evaluating Code Keeper, you can just put 
  87. these files in the directory where you installed Code Keeper for 
  88. easy removal.
  89.  
  90. RELEASE HISTORY:
  91.  
  92. Version 1.2
  93. -----------
  94.     Fixed importing of text so that it ignores all VB form information which
  95.        can cause an "Out of String Space" error
  96.     When maximized child is selected, new windows are maximized
  97.     Added configurable tool bar
  98.     Added a pop-up edit window brought up by a right mouse click
  99.     Added Importing of other databases
  100.     Fixed child windows so that they retain the selection when inactive
  101.     Added left and right shifting of text
  102.     Added upper and lower case conversion
  103.     Made status bar appear as a default
  104.     Changed all message boxes to Windows message boxes so screens receive 
  105.       messages while message boxes are visible
  106.     Fixed copying of groups and items
  107.     Fixed creation of new datbases that overwrite existing databases
  108.     Changed so that it works without SHARE installed (read-only mode)
  109.     Fixed compacting of databases
  110.  
  111. Version 1.1a
  112. ------------
  113.     Fixed file not found error on startup
  114.  
  115. Version 1.1
  116. -----------
  117.     Updated database and database engine to Access 2.0
  118.     Changed setup program so it will leave old databases in place
  119.     Added status bar on bottom of screen showing current database
  120.       and cursor position in current window
  121.     Added tool bar buttons for New and Save
  122.     Added a small, always on top window for quick access
  123.     Added option to launch VB when Code Keeper is launched
  124.     Added option to close Code Keeper when VB is closed
  125.     Fixed menu so that it disables items when they can't be used
  126.     Fixed options screen so there is no error when cancel is clicked
  127.       on the common dialog box
  128.     Added option of making the child window maximized at startup
  129.     Fixed 'Copy Group' command so that it clears the clipboard first
  130.     Added find dialog box
  131.     Made new items automatically add to the database
  132.  
  133. Version 1.0    ** FIRST SHAREWARE RELEASE **
  134. -----------
  135.     Help file added
  136.     Setup program created
  137.     Startup window position added to the INI file
  138.     Added Find/Replace functionality to the Edit menu
  139.     Fixed Out of Stack Space problem when running from root directory
  140.     Made import realize errors with binary files
  141.  
  142. Version 0.3
  143. -----------
  144.     Cleared up tracking of multiple windows
  145.     Import/Export capability added
  146.     Allowed for multiple databases and changing of default database
  147.     Added undo functionality to the Edit menu
  148.  
  149. Version 0.2
  150. -----------
  151.     INI file added
  152.     MDI capability added
  153.  
  154. Version 0.1
  155. -----------
  156.     Initial version - never released.
  157.  
  158. INSTALLATION
  159. ------------
  160. If Code Keeper came with its setup program, run it.  If not, make a 
  161. directory for the CODEKEEP.EXE, CODEKEEP.MDB, and CODEKEEP.HLP files.  
  162. If they are not already there, copy the DLL and VBX files to your 
  163. WINDOWS\SYSTEM directory.  A default CODEKEEP.INI file will be created 
  164. in the directory where the EXE, MDB, and HLP files are the first time 
  165. you run the program.
  166.